You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,10 +138,10 @@ Please use the output of `citation("git2rdata")`
138
138
139
139
## Folder Structure
140
140
141
-
-`R`: The source scripts of the [R](https://cran.r-project.org/) functions with documentation in [Roxygen](https://github.com/klutometis/roxygen) format
141
+
-`R`: The source scripts of the [R](https://cran.r-project.org/) functions with documentation in [Roxygen](https://CRAN.R-project.org/package=roxygen2) format
142
142
-`man`: The help files in [Rd](https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Rd-format) format
143
143
-`inst/efficiency`: pre-calculated data to speed up `vignette("efficiency", package = "git2rdata")`
144
-
-`testthat`: R scripts with unit tests using the [testthat](http://testthat.r-lib.org/) framework
144
+
-`testthat`: R scripts with unit tests using the [testthat](https://CRAN.R-project.org/package=testthat) framework
145
145
-`vignettes`: source code for the vignettes describing the package
146
146
-`man-roxygen`: templates for documentation in Roxygen format
147
147
-`pkgdown`: source files for the `git2rdata`[website](https://ropensci.github.io/git2rdata/)
0 commit comments