Releases: rnabioco/nihexporter
nihexporter 0.11.0
-
New
abstract_words
table containing tokenized words for project abstracts. -
New
projects_min
table, which contains a minimal subset of projects data from 2006-2024,
with both direct and indirect costs (2006 was the first year IC amounts were published). -
Fixed date parsing in
projects
.
nihexporter 0.10.0
- Update tables through FY 2024.
nihexporter 0.9
Major changes
-
Reload
projects
data.fy.cost
now spans 1985-2021. -
Some columns in the
projects
table updated todate
types -
Recalculate
project_io
table. -
New
clinical_studies
table. -
Removed
project_orgs
andorg_info
tables, now in mainprojects
table. -
rcr
values added to thepublications
table, and added newrcr()
function that enables retrieval of RCR values for specific PMIDs. -
remove duplicate rows and
NA
s fromproject_pis
table.
Minor changes
-
Added pkgdown documentation
-
removed a few unused columns (
journal.title.abbr
frompublications
) from tables to minimize package size. -
Refactored data loading scripts
nihexporter release 0.8
- update to FY 2015
- small fixes for tidyr::separate, need characters for
into
arg - add script for downloading DUNS patch files
release v0.7
see NEWS.md for changes.
version 0.6.1
nihexporter, verseion 0.6.1
Minor
- added missing
project.cost
toproject.io
table
version 0.6
nihexporter, verseion 0.6
Major
- renamed
project_output
toproject_io
- added
publications
table
version 0.5
nihexporter, version 0.5
Major
- identified major issue with organization DUNS numbers in the PROJECTS
table. Emailed NIH EXPORTER via the website and asked them to fix. - added
project_output
table with pre-computed values for grants
Minor
- removed dots from table names
- rename
project.orgs
toproject_orgs
- rename
project.pis
toproject_pis
- rename
v0.4.1
- bump version in DESCRIPTION
v0.4
nihexporter, version 0.4
Major
- added
patents
table - updated vignette with
patents
example