Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nmfs-opensci/noaa-tech-memo-template
DRAFT. Quarto template to create a pdf with the elements for a NOAA tech memo
https://github.com/nmfs-opensci/noaa-tech-memo-template
noaa quarto quarto-template quartopub
Last synced: 9 days ago
JSON representation
DRAFT. Quarto template to create a pdf with the elements for a NOAA tech memo
- Host: GitHub
- URL: https://github.com/nmfs-opensci/noaa-tech-memo-template
- Owner: nmfs-opensci
- License: cc0-1.0
- Created: 2022-10-22T19:10:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T00:51:08.000Z (9 months ago)
- Last Synced: 2024-02-07T01:34:45.005Z (9 months ago)
- Topics: noaa, quarto, quarto-template, quartopub
- Language: TeX
- Homepage: https://nmfs-opensci.github.io/NOAA-tech-memo-template
- Size: 12.5 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NOAA Quarto Tech Memo
This is a template repo to create report with a NOAA tech memo format in pdf, html, or docx format.
## R package dependencies
The package dependencies are defined in the DESCRIPTION file. You can check if you have all the required dependencies and install if necessary, via
```
devtools::install_deps()
```
You run this from the base level, i.e. your working directory is where the DESCRIPTION file is. Install the {devtools} package first if you don't have it installed.As you work on your project, add any packages your documents require to the DESCRIPTION file. That way users can quickly install dependencies. A easy way to analyze your project code and find any dependencies is using the {renv} package. You don't need to use {renv}; you can just use it's utility for analyzing all your code. It starts at the base directory and works downward.
```
renv::dependencies()
```
## Disclaimer
This repository is a scientific product and is not official communication of the National Oceanic and Atmospheric Administration, or the United States Department of Commerce. All NOAA GitHub project content is provided on an ‘as is’ basis and the user assumes responsibility for its use. Any claims against the Department of Commerce or Department of Commerce bureaus stemming from the use of this GitHub project will be governed by all applicable Federal law. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by the Department of Commerce. The Department of Commerce seal and logo, or the seal and logo of a DOC bureau, shall not be used in any manner to imply endorsement of any commercial product or activity by DOC or the United States Government.
## License addendum
Software code created by U.S. Government employees is not subject to copyright in the United States (17 U.S.C. §105). The United States/Department of Commerce reserve all rights to seek and obtain copyright protection in countries other than the United States for Software authored in its entirety by the Department of Commerce. To this end, the Department of Commerce hereby grants to Recipient a royalty-free, nonexclusive license to use, copy, and create derivative works of the Software outside of the United States.