8 Commits (master)

Author SHA1 Message Date
Taha Ahmed 6c72c0f69e Added functions to convert arcminutes and arcseconds <-> degrees
Very simple stuff. Would have been nice if there was an easy
way to get arcminutes and arcseconds notation to/from degrees,
but that's a whole other can of worms. No such R packages exist
as far as I can tell. Where are all the astronomy peeps?
10 months ago
Taha Ahmed 816d05dced Separate number and SI prefix by narrow non-breakable space
This looks better and more closely emulates the proper typesetting
of units. Bumped patch version number.
10 months ago
Taha Ahmed 64c4b6004d Added function to format numbers with their SI unit prefix
+ Rewrote package title and description to make it clearer
+ Fleshed out the README
+ bumped minor version number
+ added GPL-3 LICENSE file
+ removed what must have been unnecessary package dependencies
  from imports (knitr, xtable)
+ added xtable to suggests field instead (seems to be enough)
+ deleted commented out, long-deprecated, functions nm2eV() and
  eV2nm()
+ fixed link to mirrored repo on git.solarchemist.se
10 months ago
Taha Ahmed 38db263a39 numbers2swedish() converts numbers into their spelled words in Swedish
Note that this is just a quick-and-dirty implementation, and the returned Swedish string is not grammatically correct in all cases.
4 years ago
Taha Ahmed 77ae28f0d4 Bumped version number. Cleaned up Rd files.
Added info and links to README.
5 years ago
Taha Ahmed f96a3dc92e Moved reference electrode converter functions and data to their own package.
Also removed vapour water functions that are already part of the water package.
5 years ago
Taha Ahmed bee42f9fd9 Reworked both from.SHE and as.SHE to resolve
the aforementioned bug and also some inconsistent behaviour when submitting a vector of potentials for certain electrode scales.
Both issues should be fixed now.
6 years ago
Taha Ahmed 878dcdc701 Fixed README file extension. 6 years ago