Releases: rnabioco/nihexporter
nihexporter 0.11.0
-
New
abstract_wordstable containing tokenized words for project abstracts. -
New
projects_mintable, 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
projectsdata.fy.costnow spans 1985-2021. -
Some columns in the
projectstable updated todatetypes -
Recalculate
project_iotable. -
New
clinical_studiestable. -
Removed
project_orgsandorg_infotables, now in mainprojectstable. -
rcrvalues added to thepublicationstable, and added newrcr()function that enables retrieval of RCR values for specific PMIDs. -
remove duplicate rows and
NAs fromproject_pistable.
Minor changes
-
Added pkgdown documentation
-
removed a few unused columns (
journal.title.abbrfrompublications) 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
intoarg - 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.costtoproject.iotable
version 0.6
nihexporter, verseion 0.6
Major
- renamed
project_outputtoproject_io - added
publicationstable
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_outputtable with pre-computed values for grants
Minor
- removed dots from table names
- rename
project.orgstoproject_orgs - rename
project.pistoproject_pis
- rename
v0.4.1
- bump version in DESCRIPTION
v0.4
nihexporter, version 0.4
Major
- added
patentstable - updated vignette with
patentsexample