瀏覽代碼

v0.3.0

tags/v0.3.0
Garrick Aden-Buie 6 年之前
父節點
當前提交
86436cfeea
共有 5 個文件被更改,包括 20 次插入3 次删除
  1. +2
    -0
      .Rbuildignore
  2. +1
    -1
      DESCRIPTION
  3. +1
    -1
      LICENSE.md
  4. +1
    -1
      NEWS.md
  5. +15
    -0
      cran-comments.md

+ 2
- 0
.Rbuildignore 查看文件

@@ -24,3 +24,5 @@
^\.github$
^clang-.*
^gfortran.*
^cran-comments\.md$
^CRAN-RELEASE$

+ 1
- 1
DESCRIPTION 查看文件

@@ -1,7 +1,7 @@
Type: Package
Package: xaringanthemer
Title: Custom 'Xaringan' CSS Themes
Version: 0.2.0.9100
Version: 0.3.0
Authors@R:
person(given = "Garrick",
family = "Aden-Buie",

+ 1
- 1
LICENSE.md 查看文件

@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2018 Garrick Aden-Buie
Copyright (c) 2020 Garrick Aden-Buie

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
NEWS.md 查看文件

@@ -1,4 +1,4 @@
# xaringanthemer 0.3.0 (dev)
# xaringanthemer 0.3.0

* Adds `theme_xaringan()`, a ggplot2 theme that automatically uses the colors
and font styles of your xaringanthemer style. Also adds

+ 15
- 0
cran-comments.md 查看文件

@@ -0,0 +1,15 @@
## Test environments
* local OS X install, R 3.6.2
* local OS X install, R 4.0.0
* local Ubuntu 18.04, R 3.6.3
* local Ubuntu 18.04, R 4.0.0
* win-builder (devel and release)
* Microsoft Windows Server 2019 (on GitHub Actions), R 3.6.3
* MacOS (release and devel, on GitHub Actions)
* Ubuntu 18.04 (on GitHub Action), R 3.6.3

## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.

Loading…
取消
儲存