Skip to content

Commit 81aba0a

Browse files
Update README.md
1 parent 2e90191 commit 81aba0a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@ Ready to print monthly and yearly calendars made with ggplot2
66

77
📖 Check the [full calendR package tutorial](https://r-coder.com/calendar-plot-r/).
88

9-
NOTE: additional functionalities (background colors, several events, lunar calendar and academic calendar) will be available on CRAN soon.
109

1110
## Index
1211
- [Installation](#installation)
1312
- [Yearly calendar](#yearly-calendar)
1413
- [Monthly calendar](#monthly-calendar)
15-
- [Custom start and end date](#custom-start-and-end-date--only-on-the-github-development-version)
14+
- [Custom start and end date](#custom-start-and-end-date)
1615
- [Start of the week](#start-of-the-week-monday-or-sunday)
1716
- [Orientation](#orientation-landscape-or-portrait)
1817
- [Heat map](#calendar-heatmap-gradient)
19-
- [Add several events](#add-several-events-only-on-the-github-development-version)
18+
- [Add several events](#add-several-events)
2019
- [Add background image](#add-background-image)
2120
- [Lunar calendar](#lunar-calendar)
2221
- [Save as PDF](#save-as-pdf-as-a4-paper-size)
@@ -79,7 +78,7 @@ calendR(month = 7, year = 2022,
7978
![Calendar_julio_2022](https://user-images.githubusercontent.com/67192157/90627714-a301fe80-e21c-11ea-84ad-e1038d1b1282.png)
8079

8180

82-
## Custom start and end date (only on the GitHub development version)
81+
## Custom start and end date
8382

8483
``` r
8584
calendR(start_date = "2020-09-01", end_date = "2021-05-31", lty = 0, title = "2020-2021", start = "M")
@@ -120,7 +119,7 @@ calendR(year = 2021, special.days = 1:365,
120119
![Calendar_2021_GRADIENT](https://user-images.githubusercontent.com/67192157/90626971-ce381e00-e21b-11ea-919a-b5265c415110.png)
121120

122121

123-
# Add several events (only on the GitHub development version)
122+
# Add several events
124123

125124
``` r
126125
# Vector of NA which length is the number of days of the year or month

0 commit comments

Comments
 (0)