Skip to content

Commit 61e034c

Browse files
committed
add-docs
1 parent e319fb3 commit 61e034c

51 files changed

Lines changed: 3815 additions & 39 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

R/AAA-getDataCM.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
#' @examplesIf interactive()
2828
#'
2929
#' # This function only works with an API key
30-
#' # the API key can be obtained once a free ClimMob account
31-
#' # is created via https://climmob.net/
30+
#' # the API key can be obtained from your ClimMob account
3231
#'
3332
#' library("ClimMobTools")
3433
#' my_key = "d39a3c66-5822-4930-a9d4-50e7da041e77"
@@ -46,7 +45,6 @@
4645
#' server = "climmob3",
4746
#' pivot.wider = TRUE)
4847
#'
49-
#' @seealso ClimMob website \url{https://climmob.net/}
5048
#' @importFrom httr accept_json content RETRY
5149
#' @importFrom jsonlite fromJSON
5250
#' @export

R/ClimMobTools.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#' \url{https://agrdatasci.github.io/ClimMobTools/}}
1313
#' \item{Report bugs:
1414
#' \url{https://github.com/agrdatasci/ClimMobTools/issues}}
15-
#' \item{ClimMob Platform:
16-
#' \url{https://climmob.net}}
1715
#' \item{The tricot user guide:
1816
#' \url{https://hdl.handle.net/10568/109942}}
1917
#' }

R/getProjectProgress.R

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
#'
1616
#' @examplesIf interactive()
1717
#' # This function only works with an API key
18-
#' # the API key can be obtained once a free ClimMob account
19-
#' # is created via https://climmob.net/
18+
#' # the API key can be obtained from your ClimMob account
2019
#'
2120
#' library("ClimMobTools")
2221
#' my_key = "ff05a174-28d0-4a40-ab5a-35dc486133a6"
@@ -25,9 +24,6 @@
2524
#' project = "gina2024",
2625
#' userowner = "student",
2726
#' server = "1000FARMS")
28-
#'
29-
#'
30-
#' @seealso ClimMob website \url{https://climmob.net/}
3127
#' @export
3228
getProjectProgress = function(key, project, userowner, server = "climmob3"){
3329

R/getProjectsCM.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,12 @@
6464
#' \item{creation_date}{date where the project was created}
6565
#' @examplesIf interactive()
6666
#' # This function only works with an API key
67-
#' # the API key can be obtained once a free ClimMob account
68-
#' # is created via https://climmob.net/
67+
#' # the API key can be obtained from your ClimMob account
6968
#'
7069
#' my_key = "ff05a174-28d0-4a40-ab5a-35dc486133a6"
7170
#'
7271
#' getProjectsCM(key = my_key, server = "1000FARMS")
7372
#'
74-
#' @seealso ClimMob website \url{https://climmob.net/}
7573
#' @export
7674
getProjectsCM = function(key, server = "climmob3", ...){
7775

R/getTraitList.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#' @param ... additional arguments, not implemented yet
1313
#' @return a list with trait validation data
1414
#' @examplesIf interactive()
15-
#'
1615
#' require("gosset")
1716
#'
1817
#' data("breadwheat", package = "gosset")

R/rankTricot.R

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
1515
#' tricot items and the local item
1616
#' @param ... additional arguments passed to methods. See details
1717
#' @return a PlackettLuce "rankings" or "grouped_rankings" object
18-
#' @references
19-
#'
20-
#' van Etten J., et al. (2019). Experimental Agriculture, 55(S1), 275–296.
21-
#' \doi{10.1017/S0014479716000739}
22-
#'
2318
#' @details
2419
#' full.output: logical, to return a list with a "rankings",
2520
#' a "grouped_rankings" and the ordered items

docs/404.html

Lines changed: 122 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CODE_OF_CONDUCT.html

Lines changed: 127 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)