Skip to content

Commit

Permalink
Merge pull request #16 from StuartWheater/v6.3.1-dev
Browse files Browse the repository at this point in the history
Updates for v6.3.1
  • Loading branch information
StuartWheater authored Sep 30, 2024
2 parents b02231f + 52d702f commit 459275b
Show file tree
Hide file tree
Showing 24 changed files with 214 additions and 254 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
^.*\.Rproj$
^\.Rproj\.user$
^docs$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dsDanger
Maintainer: DataSHIELD Developers <[email protected]>
Author: DataSHIELD Developers <[email protected]>
Version: 6.3.0
Version: 6.3.1
License: GPL-3
Title: DataSHIELD server side DANGER functions
Description: DataSHIELD server side DANGER functions.
Expand All @@ -18,5 +18,5 @@ AggregateMethods:
DANGERvarsEXTRACTDS
AssignMethods:
Options:
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
Encoding: UTF-8
2 changes: 1 addition & 1 deletion R/DANGERlistcodeDS.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' @title lists the code for a function
#' @description list the code for a named fucntion in a named package
#' @details Serverside aggregate function {DANGERsearchDS} called by clientside function
#' @details Serverside aggregate function \code{DANGERsearchDS} called by clientside function
#' @param package.name a vector of character containing a package name
#' @param function.name a vector of character containing a function name
#' @return a vector of character containing the code for the function, or a stop error message
Expand Down
6 changes: 3 additions & 3 deletions R/DANGERpassPARSERDS.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#' @description presents an R object or character string to the DataSHIELD R parser
#' and determines whether it is passed by the parser and, if so, what form it
#' takes after it has traversed the parser.
#' @details Serverside aggregate function {DANGERpassPARSERDS} called by clientside function
#' {ds.DANGERpassPARSER} which presents an R object or character string to the DataSHIELD R parser
#' @details Serverside aggregate function \code{DANGERpassPARSERDS} called by clientside function
#' \code{ds.DANGERpassPARSER} which presents an R object or character string to the DataSHIELD R parser
#' and determines whether it is passed or blocked by the parser. If it passes,
#' it then explores what form it takes after it has traversed the parser. For further details
#' see help for {ds.DANGERpassPARSER}.
#' see help for \code{ds.DANGERpassPARSER}.
#' @param transmit.object fully specified by equivalent clientside argument.
#' @return information about whether the input object/string gets blocked or passed
#' by the parser. If it passes the parser, the object itself and a record of its class
Expand Down
4 changes: 2 additions & 2 deletions R/DANGERsearchDS.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#' @title lists all environments on serverside
#' @description creates a list of the names of all of the serverside
#' environments
#' @details Serverside aggregate function {DANGERsearchDS} called by clientside function
#' {ds.DANGERsearch}. No arguments need to be specified
#' @details Serverside aggregate function \code{DANGERsearchDS} called by clientside function
#' \code{ds.DANGERsearch}. No arguments need to be specified
#' @return a vector of character strings to the clientside giving the names of
#' each of the R environments on the serverside in order of their numeric "pos"
#' @author Paul Burton 2020
Expand Down
14 changes: 7 additions & 7 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pandoc: 2.9.2.1
pkgdown: 2.0.7
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
last_built: 2023-02-21T14:29Z

last_built: 2024-09-30T11:08Z
Loading

0 comments on commit 459275b

Please sign in to comment.