Skip to content

Commit 9f4a3b4

Browse files
fixed?
1 parent 15a5124 commit 9f4a3b4

File tree

8 files changed

+45
-11
lines changed

8 files changed

+45
-11
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
^appveyor\.yml$
3636
^article/\.vscode$
3737
^CONDUCT.md$
38+
^\.lintr$
3839
^CODE_OF_CONDUCT.md$
3940
^CODE-OF-CONDUCT.md$
4041
^code_of_conduct.md$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ License: GPL
3737
LazyData: TRUE
3838
VignetteBuilder: knitr
3939
Encoding: UTF-8
40-
RoxygenNote: 7.2.3
40+
RoxygenNote: 7.3.2
4141
Roxygen: list(markdown = TRUE)
4242
Language: en-US
4343
Config/testthat/edition: 2

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Version 2.2.2 (2024-09-19)
1+
Version 2.2.2 (2024-10-07)
22
------------------------------------------------------------------------------
33
Updates:
4-
* refreshing tests to meet new CRAN guidelines
4+
* Refreshing tests to meet new CRAN guidelines
55

66

77
Version 2.2.1 (2023-09-14)

R/NlsyLinks-package.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#' @keywords internal
2+
"_PACKAGE"
3+
4+
## usethis namespace: start
5+
## usethis namespace: end
6+
NULL

R/nlsy-links.R

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
#' @description Utilities and kinship information for Behavior Genetics and Developmental research using the NLSY.
44
#' Researchers and grad students interested using the [NLSY](https://www.nlsinfo.org/) for Behavior Genetics and family research, please start with our 2016 article,
55
#' '[*The NLSY Kinship Links: Using the NLSY79 and NLSY-Children Data to Conduct Genetically-Informed and Family-Oriented Research*](https://link.springer.com/article/10.1007/s10519-016-9785-3).
6-
#'
7-
#' @docType package
8-
#'
6+
#'#'
97
#' @name NlsyLinks-package
108
#'
11-
#' @aliases NlsyLinks
9+
#' @aliases NlsyLinks NlsyLinks-package
1210
#'
1311
#' @note This package considers both Gen1 and Gen2 subjects. "Gen1" refers to
1412
#' subjects in the original NLSY79 sample

R/subject-details-79-doc.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#'
77
#' @description These variables are useful to many types of analyses (not just behavior genetics), and are provided to save users time.
88
#'
9-
#' @docType data
109
#'
1110
#' @format A data frame with 24,181 observations on the following 12
1211
#' variables.

man/NlsyLinks-package.Rd

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

man/ReadCsvNlsy79.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)