CRAN
astrolibR 0.1
Astronomy Users Library
Released Aug 9, 2014 by Eric D. Feigelson
Several dozen low-level utilities and codes from the Interactive Data Language (IDL) Astronomy Users Library (http://idlastro.gsfc.nasa.gov) are implemented in R. They treat: time, coordinate and proper motion transformations; terrestrial precession and nutation, atmospheric refraction and aberration, barycentric corrections, and related effects; utilities for astrometry, photometry, and spectroscopy; and utilities for planetary, stellar, Galactic, and extragalactic science.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>astrolibR</artifactId> <version>0.1-b251</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:astrolibR')
Test Results
This package was last tested against Renjin 0.9.2709 on Nov 8, 2018.
- adstring-examples
- airtovac-examples
- aitoff-examples
- altaz2hadec-examples
- baryvel-examples
- bprecess-examples
- calz_unred-examples
- ccm_unred-examples
- cirrange-examples
- co_aberration-examples
- co_nutate-examples
- co_refract-examples
- co_refract_forward-examples
- cosmo_param-examples
- ct2lst-examples
- daycnv-examples
- deredd-examples
- dtdz-examples
- eci2geo-examples
- eq2hor-examples
- eqpole-examples
- euler-examples
- flux2mag-examples
- fm_unred-examples
- gal_uvw-examples
- galage-examples
- gcirc-examples
- geo2eci-examples
- geo2geodetic-examples
- geodetic2geo-examples
- glactc-examples
- glactc_pm-examples
- hadec2altaz-examples
- helio-examples
- helio_jd-examples
- helio_rv-examples
- hor2eq-examples
- imf-examples
- intdiv-examples
- ismeuv-examples
- jdcnv-examples
- jprecess-examples
- juldate-examples
- ldist-examples
- lsf_rotate-examples
- lumdist-examples
- mag2flux-examples
- month_cnv-examples
- moonpos-examples
- mphase-examples
- nutate-examples
- planck-examples
- planet_coords-examples
- polyidl-examples
- posang-examples
- precess-examples
- precess_xyz-examples
- premat-examples
- radec-examples
- rhotheta-examples
- sixty-examples
- sphdist-examples
- sunpos-examples
- ten-examples
- uvbybeta-examples
- vactoair-examples
- xyz-examples
- ydn2md-examples
- ymd2dn-examples
- zang-examples