Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v1.0.1
longcountr
Browse files
Sep 16, 2025
Fixed yaml and ignore
· 79c4460f
Rune
authored
Sep 16, 2025
View commits for tag v1.0.1
v1.0.1
79c4460f
Added a git thingy...
· b96cd144
Rune
authored
Sep 16, 2025
b96cd144
Overwrote license for no reason.
· 095cb029
Rune
authored
Sep 16, 2025
095cb029
Last changes to README and vignette.
· ee9ae52a
Rune
authored
Sep 16, 2025
View commits for tag v1.0.0
v1.0.0
ee9ae52a
Updated the DESCRIPTION for title, description and set the package version to...
· 90953edf
Rune
authored
Sep 16, 2025
90953edf
Added more proper url to CT's website in roxygen documentation.
· 3c758600
Rune
authored
Sep 16, 2025
3c758600
Added to vignette.
· a46ed482
Rune
authored
Sep 16, 2025
a46ed482
Added a small example to longcount class
· 884e21cb
Rune
authored
Sep 16, 2025
884e21cb
Sep 15, 2025
Added tests for long_count_to_jd()
· cf04b793
Rune
authored
Sep 15, 2025
cf04b793
Removed dummy test
· 9d0f4acd
Rune
authored
Sep 15, 2025
9d0f4acd
Added tests for jd_to_gregorian()
· cac1b4be
Rune
authored
Sep 15, 2025
cac1b4be
Improved vignette.
· 19f44099
Rune
authored
Sep 15, 2025
19f44099
Sep 14, 2025
Added tests for ymd_vector_to_string() and also added panic of month or day less than 1.
· 0e116565
Rune
authored
Sep 14, 2025
0e116565
Added function to convert from ymd vector to ymd string. Replaced this code in to_western().
· 9028e01b
Rune
authored
Sep 14, 2025
9028e01b
Minor reformatting of to_long_count()
· d4a704f9
Rune
authored
Sep 14, 2025
d4a704f9
Also changed the test file name to fit with previous commit.
· 4f40a580
Rune
authored
Sep 14, 2025
4f40a580
Refactored ymd_parse_to_vector() to ymd_string_to_vector().
· b63f23cc
Rune
authored
Sep 14, 2025
b63f23cc
Finished sub-function tests for to_western(), along with minor changes.
· 6f019350
Rune
authored
Sep 14, 2025
6f019350
Minor change to ymd parsing function to ensure integer output.
· 96fa03ff
Rune
authored
Sep 14, 2025
96fa03ff
Minor non-code changes to_long_count() and its tests. Removed superfluous tests.
· def9576d
Rune
authored
Sep 14, 2025
def9576d
Sep 13, 2025
Added tests for to_western(). I have some unexpected behaviour that I do not understand.
· e36fa198
Rune
authored
Sep 13, 2025
e36fa198
Sep 12, 2025
Massive additions to vignette.
· 2d1fe476
Rune
authored
Sep 12, 2025
2d1fe476
Fixed a minor mistake in an error message.
· 6709a9a2
Rune
authored
Sep 12, 2025
6709a9a2
Added printing/as.character tests to longcount class
· 12fcfac6
Rune
authored
Sep 12, 2025
12fcfac6
Fixed wrong field call in longcount's as.character()
· e5876b0a
Rune
authored
Sep 12, 2025
e5876b0a
Added to vignette and also installation to README.
· f684f5ef
Rune
authored
Sep 12, 2025
f684f5ef
Sep 09, 2025
Continued work on vignette/README
· 69d93ed3
Rune
authored
Sep 09, 2025
69d93ed3
Sep 07, 2025
Improved README slightly.
· 11a48976
Rune
authored
Sep 07, 2025
11a48976
Sep 06, 2025
Roxygen version was changed for some reason
· dfa91cea
Rune
authored
Sep 06, 2025
dfa91cea
Aug 23, 2025
Minor improvement of DESCRIPTION.
· 7f905209
Rune
authored
Aug 23, 2025
7f905209
Added a NEWS.md for package changes.
· 76ceeba0
Rune
authored
Aug 23, 2025
76ceeba0
Removed fixed Roxygen example outputs.
· 0ebffba6
Rune
authored
Aug 23, 2025
0ebffba6
Uncommented roxygen example code (not yet the output)
· 148878e7
Rune
authored
Aug 23, 2025
148878e7
Added wrapper function for converting long count to Gregorian/Julian calendars: to_western()
· fcc251f8
Rune
authored
Aug 23, 2025
fcc251f8
Added is.longcount() function and tests.
· 62537d27
Rune
authored
Aug 23, 2025
62537d27
Changed print.longcount() to as.character.longcount() so as to not print to console during testing.
· e976ca34
Rune
authored
Aug 23, 2025
e976ca34
Removed deprecated test (which was skipped anywways)
· 9c0e449f
Rune
authored
Aug 23, 2025
9c0e449f
Aug 17, 2025
Added more testing for longcount construction. Added more examples to Roxygen...
· b126e085
Rune
authored
Aug 17, 2025
b126e085
Minor changes. Added roxygen examples to julian_to_jd() and added spaces " "...
· ad8d0570
Rune
authored
Aug 17, 2025
ad8d0570
Aug 16, 2025
Added a passing test that checks that Gregorian and Julian convert to same Julian Day
· 87cfcfcc
Rune
authored
Aug 16, 2025
87cfcfcc
Loading