Skip to content

Commit 75b7207

Browse files
authored
Simplified GH Actions (#22)
* Rollback the PR commands * Redirect to main repo since CRAN is having issues with URLs into actions, c.f. Found the following (possibly) invalid URLs: URL: https://github.com/coatless/rcppensmallen/actions?query=workflow%3AR-CMD-check From: README.md Status: Error Message: libcurl error code 35: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
1 parent e7a2f28 commit 75b7207

File tree

3 files changed

+5
-48
lines changed

3 files changed

+5
-48
lines changed

.github/workflows/pr-commands.yaml

Lines changed: 0 additions & 47 deletions
This file was deleted.

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2019-01-13 James Balamuta <[email protected]>
2+
3+
* .github/workflows/pr-commands.yaml: Removed as its overly eager.
4+
15
2019-12-30 James Balamuta <[email protected]>
26

37
* DESCRIPTION (Version): Release 2.11.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RcppEnsmallen
22

33
<!-- badges: start -->
4-
[![Build status](https://github.com/coatless/rcppensmallen/workflows/R-CMD-check/badge.svg)](https://github.com/coatless/rcppensmallen/actions)
4+
[![Build status](https://github.com/coatless/rcppensmallen/workflows/R-CMD-check/badge.svg)](https://github.com/coatless/rcppensmallen)
55
[![License](https://eddelbuettel.github.io/badges/GPL2+.svg)](https://www.gnu.org/licenses/gpl-2.0.html)
66
[![CRAN](https://www.r-pkg.org/badges/version/RcppEnsmallen)](https://cran.r-project.org/package=RcppEnsmallen)
77
[![Downloads](https://cranlogs.r-pkg.org/badges/RcppEnsmallen?color=brightgreen)](https://www.r-pkg.org/pkg/RcppEnsmallen)

0 commit comments

Comments
 (0)