Skip to content

Commit

Permalink
Re-add vectorized functions
Browse files Browse the repository at this point in the history
This reverts commit c8161cc.
  • Loading branch information
rstub committed Dec 20, 2018
1 parent cba3d24 commit db6a096
Show file tree
Hide file tree
Showing 4 changed files with 1,409 additions and 0 deletions.
27 changes: 27 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,32 @@ export(swe_sol_eclipse_when_loc)
export(swe_topo_arcus_visionis)
export(swe_version)
export(swe_vis_limit_mag)
export(vec_azalt)
export(vec_azalt_rev)
export(vec_calc)
export(vec_calc_ut)
export(vec_date_conversion)
export(vec_day_of_week)
export(vec_deltat)
export(vec_deltat_ex)
export(vec_fixstar2)
export(vec_fixstar2_mag)
export(vec_fixstar2_ut)
export(vec_get_planet_name)
export(vec_heliacal_angle)
export(vec_heliacal_pheno_ut)
export(vec_heliacal_ut)
export(vec_julday)
export(vec_lun_eclipse_how)
export(vec_lun_eclipse_when)
export(vec_lun_eclipse_when_loc)
export(vec_pheno)
export(vec_pheno_ut)
export(vec_refrac_extended)
export(vec_revjul)
export(vec_rise_trans_true_hor)
export(vec_sol_eclipse_when_loc)
export(vec_topo_arcus_visionis)
export(vec_vis_limit_mag)
importFrom(Rcpp,evalCpp)
useDynLib(swephR, .registration = TRUE)
Loading

0 comments on commit db6a096

Please sign in to comment.