diff --git a/README.md b/README.md index 94305a27078..160b1a4611c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +###Comment from DRLR +This is a FORK for the Coursera course "rprog-002". +The comment is introduced by DRLR! + + ### Introduction This second programming assignment will require you to write an R diff --git a/cachematrix.R b/cachematrix.R index a50be65aa44..019d84c5f8b 100644 --- a/cachematrix.R +++ b/cachematrix.R @@ -1,15 +1,4 @@ -## Put comments here that give an overall description of what your -## functions do +## This are two functions: +## function 1 makes a matrix, while function 2 will inverse the matrix -## Write a short comment describing this function - -makeCacheMatrix <- function(x = matrix()) { - -} - - -## Write a short comment describing this function - -cacheSolve <- function(x, ...) { - ## Return a matrix that is the inverse of 'x' -} +No spoiler! Content deleted!